GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-04T21:19:14.5806388+00:00",
"SubmitDate": "2026-04-04T21:19:14.5806388+00:00",
"ReportPeriodStart": "2026-04-04T21:19:14.5806388+00:00",
"ReportPeriodEnd": "2026-04-04T21:19:14.5806388+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c47c7339-0fa5-4859-ba21-d55cdad3b14f",
"Rows": [
{
"ItemId": "205a4078-f9c1-4fc0-b1ac-51fa351673e2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "205a4078-f9c1-4fc0-b1ac-51fa351673e2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c47c7339-0fa5-4859-ba21-d55cdad3b14f",
"Rows": [
{
"ItemId": "205a4078-f9c1-4fc0-b1ac-51fa351673e2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "205a4078-f9c1-4fc0-b1ac-51fa351673e2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"30b3944d-81f0-4a9f-b9c5-82b43e7baf1f",
"9dc494a4-0e6e-489e-b3ba-eb2838bce4ee"
],
"Approvers": [
"efe92126-40fa-45df-b5e3-92ccfb8c9f74",
"461a9435-d32d-42f4-a07f-ef7e0721ee6f"
],
"ApprovedBy": "d0854f66-173e-4bab-b618-2f95f1a840c0",
"ApprovalDate": "2026-04-04T21:19:14.5806388+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "edd37cf8-7176-458e-a209-9d9469ffbc3f",
"id": "24909053-ed49-403b-882e-457dcc1ad7d7",
"ConfigId": "887ca274-8ec4-4956-b170-ad69d27b52a1"
},
{
"GenerationDate": "2026-04-04T21:19:14.5806388+00:00",
"SubmitDate": "2026-04-04T21:19:14.5806388+00:00",
"ReportPeriodStart": "2026-04-04T21:19:14.5806388+00:00",
"ReportPeriodEnd": "2026-04-04T21:19:14.5806388+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c47c7339-0fa5-4859-ba21-d55cdad3b14f",
"Rows": [
{
"ItemId": "205a4078-f9c1-4fc0-b1ac-51fa351673e2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "205a4078-f9c1-4fc0-b1ac-51fa351673e2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c47c7339-0fa5-4859-ba21-d55cdad3b14f",
"Rows": [
{
"ItemId": "205a4078-f9c1-4fc0-b1ac-51fa351673e2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "205a4078-f9c1-4fc0-b1ac-51fa351673e2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"30b3944d-81f0-4a9f-b9c5-82b43e7baf1f",
"9dc494a4-0e6e-489e-b3ba-eb2838bce4ee"
],
"Approvers": [
"efe92126-40fa-45df-b5e3-92ccfb8c9f74",
"461a9435-d32d-42f4-a07f-ef7e0721ee6f"
],
"ApprovedBy": "d0854f66-173e-4bab-b618-2f95f1a840c0",
"ApprovalDate": "2026-04-04T21:19:14.5806388+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "edd37cf8-7176-458e-a209-9d9469ffbc3f",
"id": "24909053-ed49-403b-882e-457dcc1ad7d7",
"ConfigId": "887ca274-8ec4-4956-b170-ad69d27b52a1"
}
]